home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS26.ADF
/
SoundScape
/
Include
/
keys.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-01-26
|
420b
|
14 lines
/* Console KeyBoard Port. Edit structure.
(c) 1986 Todor Fay
*/
struct ConsKeyState {
long length; /* Length of this structure (required) */
long autochannel[2]; /* Midi output channels. */
long autotrans; /* Output transposition. */
long contrans; /* Console transposition. */
long conchannel; /* Midi input channel. */
long funclocks[6]; /* Function key clock pulses. */
};